infobar: set default border/spacing on action/content areas
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 7 May 2012 21:34:46 +0000 (17:34 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 7 May 2012 22:06:32 +0000 (18:06 -0400)
commita4d76439e6d99630319cf5c87633887fb6e9c08f
tree7d757d085de6fd33eafee941b25c6c0c09cc2ef0
parent985881ffcc315e20012a42dfba6cf5ab0046a92c
infobar: set default border/spacing on action/content areas

Commit cdf473ec100d23ea6a9a8750ad301307a116b674 deprecated the style
properties associated with the container border width and box spacing of
the action and content areas, in favour of using
gtk_container_set_border_width() and gtk_box_set_spacing() on the
widgets themselves, but failed to initialize those values to the
defaults.
gtk/gtkinfobar.c